home *** CD-ROM | disk | FTP | other *** search
- function girl3()
- {
- if(this.model_mc.x0 and this.model_mc.y0)
- {
- this.model_mc._x = this.model_mc.x0 + 170;
- this.model_mc._y = this.model_mc.y0;
- this.model_mc._xscale = this.model_mc._yscale = 90;
- this.model_mc._rotation = 0;
- }
- }
- function SetPrintJob()
- {
- my_pj = new PrintJob();
- my_pj.start();
- my_pj.addPage("_root",{printAsBitmap:true});
- my_pj.send();
- delete my_pj;
- }
- stop();
- girl3();
- sound_ini();
-